home *** CD-ROM | disk | FTP | other *** search
/ Remix Doll 3: Dirty Sally / Remix Doll 3: Dirty Sally.iso / drtyslly.exe / MAIN_FNL.DXR / 00410_exitCongatulation.ls < prev    next >
Encoding:
Text File  |  1995-02-11  |  217 b   |  8 lines

  1. on mouseUp
  2.   global gApp, gNavigator
  3.   set aRetRoomName to mGtCurRoomName(gNavigator)
  4.   mNewMainLayer(gApp, "TCkrchLayer", aRetRoomName)
  5.   unLoad(label("congratulation"), label("congratulationEnd"))
  6.   showTapes()
  7. end
  8.